Html file


overview

The Html file contains the applet command that will allow the web browser to open a window and insert the applet. The applet command contains:

Following is the syntax of Html file that contains the TreeApplet command:

<HTML>
    <HEAD>
    </HEAD>
    <BODY>
      <APPLET CODE="TreeApplet.class" WIDTH="220" HEIGHT="380">

      </APPLET>

    </BODY>

</HTML>